func runtime.msanread
19 uses
runtime (current package)
cgo_sigaction.go#L83: msanread(unsafe.Pointer(old), unsafe.Sizeof(*old))
iface.go#L339: msanread(v, t.Size_)
iface.go#L354: msanread(v, t.Size_)
map.go#L417: msanread(key, t.Key.Size_)
map.go#L487: msanread(key, t.Key.Size_)
map.go#L626: msanread(key, t.Key.Size_)
map.go#L749: msanread(key, t.Key.Size_)
mbarrier.go#L232: msanread(src, typ.Size_)
mbarrier.go#L304: msanread(srcPtr, uintptr(n)*typ.Size_)
msan0.go#L19: func msanread(addr unsafe.Pointer, sz uintptr) { throw("msan") }
select.go#L414: msanread(cas.elem, c.elemtype.Size_)
select.go#L465: msanread(cas.elem, c.elemtype.Size_)
select.go#L506: msanread(cas.elem, c.elemtype.Size_)
slice.go#L81: msanread(from, copymem)
slice.go#L184: msanread(oldPtr, uintptr(oldLen*int(et.Size_)))
slice.go#L377: msanread(fromPtr, size)
string.go#L105: msanread(unsafe.Pointer(ptr), uintptr(n))
string.go#L168: msanread(unsafe.Pointer(ptr), uintptr(n))
string.go#L220: msanread(unsafe.Pointer(&a[0]), uintptr(len(a))*unsafe.Sizeof(a[0]))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |